Skip to content

Patch findwallets native search#16311

Closed
pettinarip wants to merge 1 commit into
devfrom
patch-findwallets-native-find
Closed

Patch findwallets native search#16311
pettinarip wants to merge 1 commit into
devfrom
patch-findwallets-native-find

Conversation

@pettinarip
Copy link
Copy Markdown
Member

@pettinarip pettinarip commented Sep 19, 2025

Description

With the recent introduction of the virtualized list (#16233), the native browser search (Ctrl+F) no longer works as expected. Items that are not currently visible are unmounted, so they cannot be found via the search.

This PR mitigates the issue by rendering “ghost” elements containing wallet names. This way, all wallet names remain discoverable with the native search. When matched, the user can scroll to the approximate position of the wallet. While not pixel-perfect, this at least ensures that users can locate wallets using the browser’s search functionality.

TODO

If it works, move the ghost list to its own component and memo it to avoid perf impact.

@netlify
Copy link
Copy Markdown

netlify Bot commented Sep 19, 2025

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit 1c6e454
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/68cd3cc7e5b0c90008c08622
😎 Deploy Preview https://deploy-preview-16311--ethereumorg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 48 (🔴 down 6 from production)
Accessibility: 94 (no change from production)
Best Practices: 92 (🔴 down 8 from production)
SEO: 92 (no change from production)
PWA: 59 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions
Copy link
Copy Markdown
Contributor

This issue is stale because it has been open 30 days with no activity.

@github-actions github-actions Bot added the Status: Stale This issue is stale because it has been open 30 days with no activity. label Oct 20, 2025
@wackerow wackerow removed the Status: Stale This issue is stale because it has been open 30 days with no activity. label Oct 20, 2025
@wackerow
Copy link
Copy Markdown
Member

Hey @pettinarip, curious how you want to move forward with this... as we discussed, this doesn't perfectly target the location of the wallet, but it does at least get spotted by a browser "Find" search, which is arguably better than now, since the user will at least know that the wallet is on the page somewhere. I'd be down to move forward as-is and iterate from here

@pettinarip
Copy link
Copy Markdown
Member Author

pettinarip commented Oct 27, 2025

@wackerow yeah, thats fair. Not ideal but functionally better. I'll update the PR and get it ready.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 8, 2026

This issue is stale because it has been open 30 days with no activity.

@github-actions github-actions Bot added the Status: Stale This issue is stale because it has been open 30 days with no activity. label Jan 8, 2026
@pettinarip
Copy link
Copy Markdown
Member Author

closing in favor of #18067

@pettinarip pettinarip closed this Apr 30, 2026
@github-actions github-actions Bot added the abandoned This has been abandoned or will not be implemented label Apr 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

abandoned This has been abandoned or will not be implemented Status: Stale This issue is stale because it has been open 30 days with no activity.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants